.btn {
  border-style: none;
  padding: 0.5vmax 1vmax;
  border-radius: 10px;
  background-color: #e37222;
  cursor: pointer;
  font-weight: bold;
  color: white;
  margin-top: 1vmax;
}

.btn:hover {
  background-color: #07889b;
  color: black;
}

.btn-aktif {
  background-color: #07889b;
  color: black;
}

.btn-bgpeach {
  display: flex;
  justify-content: center;
  padding-top: 1em;
}

.btn-bgpeach>button {
  margin-right: 2%;
  text-decoration: none;
  background: #66b9bf;
  border: none;
  padding: 0.5em;
  font-size: 1rem;
  border-radius: 5px;
}

.btn-bgpeach>button:hover {
  border: 2px solid #66b9bf;
  background: #eeaa7b;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.btn-bgpeach>.btn-bgpeach-aktif {
  border: 2px solid #66b9bf;
  background: #eeaa7b;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

/*
*********************
**** SETUP TABLE ****
*********************
*/

table,
th,
td {
  border: 1px solid white;
  border-collapse: collapse;
  height: 30px;
}

tr:nth-child(even) {
  background-color: #96d4d465;
}